@charset "utf-8";
/** Copyright (C) 陈星 版权所有 All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Websites: http://www.xingzai.org
 * Author: 陈星 sale@xingzai.org
 */
 .cxxCustom p {padding-bottom: 15px;}
/*******************Style1********************/
.cxxCustom.style1 .item {
	color: #FFF;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;	
}
.cxxCustom.style1 .note {font-size: 14px;padding-left: 5px;padding-right: 5px;}
.cxxCustom.style1 .inner {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEUlEQVQImWNgYGBYhgVTXRAAO1gQN0dMk0sAAAAASUVORK5CYII=) 0 0;
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.cxxCustom.style1 img {
	position: absolute;
	top:0;
	left:50%;	
}
.cxxCustom.style1 h3 {font-size: 24px;}
.cxxCustom.style1 .content {line-height: 24px;height: 70px;overflow: hidden;font-size: 12px;}
.cxxCustom.style1 .subtitle {font-size: 16px;}
.cxxCustom.style1 .item a:link , .cxxCustom.style1 .item a:visited {
	display: block;
	line-height: 52px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 2px;
}
.cxxCustom.style1 a.yellow {background-color: #1bbde8;}
.cxxCustom.style1 a.green {background-color: #35af7c;}
.cxxCustom.style1 a.green2 {background-color: #9bcc00;}
.cxxCustom.style1 a.blue {background-color: #3f9bc6;}
.cxxCustom.style1 a.magenta {background-color: #f1635f;}
.cxxCustom.style1 a.purple {background-color: #d45881;}
.cxxCustom.style1 .more {margin:20px 0 10px 0;}
.cxxCustom.style1 .more a:link , .cxxCustom.style1 .more a:visited {
	border:solid 1px #CCC;
	color: #888;
	font-size: 12px;
	padding: 5px 20px;	

}
.cxxCustom.style1 .more a:hover {
	background: #1bbde8;
	border-color: #1bbde8;
	color: #fff;
}
/*******************Style2********************/
.cxxCustom.style2 .item {
	text-align: center;
	margin-bottom: 15px;
}
.cxxCustom.style2 .inner {
	border-right: solid 1px #d3d3d3;
	padding: 0 10px;
}
@media (max-width:768px) {
	.cxxCustom.style2 .item {padding-bottom: 20px;background-color: transparent;}
	.cxxCustom.style2 .item:nth-child(2n) {background-color: #FFF;}
	.cxxCustom.style2 .inner {border-right: none;}
}
.cxxCustom.style2 .content {line-height: 24px;height: 68px;overflow: hidden;font-size: 12px;}
.cxxCustom.style2 .note {font-size: 14px;padding-left: 5px;padding-right: 5px;}
.cxxCustom.style2 .subtitle {font-size: 16px;line-height: 24px;height: 48px;margin-top: 5px;margin-bottom: 5px;}
.cxxCustom.style2 h3 {font-size: 24px;}
.cxxCustom.style2 .subtitle.yellow {color: #1bbde8;}
.cxxCustom.style2 .subtitle.green {color: #35af7c;}
.cxxCustom.style2 .subtitle.green2 {color: #9bcc00;}
.cxxCustom.style2 .subtitle.blue {color: #3f9bc6;}
.cxxCustom.style2 .subtitle.magenta {color: #f1635f;}
.cxxCustom.style2 .subtitle.purple {color: #d45881;}
.cxxCustom.style2 .LAB a:link , .cxxCustom.style2 .LAB a:visited {
	width: 68px;
	height: 38px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	margin: 0 1.5px;
}
.cxxCustom.style2 .LAB .LB {
	background-color: #746962;
}
.cxxCustom.style2 a.yellow {background-color: #1bbde8;}
.cxxCustom.style2 a.green {background-color: #35af7c;}
.cxxCustom.style2 a.green2 {background-color: #9bcc00;}
.cxxCustom.style2 a.blue {background-color: #3f9bc6;}
.cxxCustom.style2 a.magenta {background-color: #f1635f;}
.cxxCustom.style2 a.purple {background-color: #d45881;}
.cxxCustom.style2 .LAB a:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.cxxCustom.style2 .more {margin:10px 0;}
.cxxCustom.style2 .more a:link , .cxxCustom.style2 .more a:visited {
	border:solid 1px #CCC;
	color: #888;
	font-size: 12px;
	padding: 5px 20px;
}
.cxxCustom.style2 .more a:hover {
	background: #1bbde8;
	border-color: #1bbde8;
	color: #fff;
}
/*******************Style3********************/
.cxxCustom.style3 .item {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;	
}
.cxxCustom.style3 .inner {
	padding-bottom: 20px;
	background: #e8e8e8;
	border-top-style: solid;
	border-top-width: 1px;
	min-height: 260px;	
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.cxxCustom.style3 .inner.yellow {border-top-color: #1bbde8;}
.cxxCustom.style3 .inner.green {border-top-color: #35af7c;}
.cxxCustom.style3 .inner.green2 {border-top-color: #9bcc00;}
.cxxCustom.style3 .inner.blue {border-top-color: #3f9bc6;}
.cxxCustom.style3 .inner.magenta {border-top-color: #f1635f;}
.cxxCustom.style3 .inner.purple {border-top-color: #d45881;}
.cxxCustom.style3 .inner:hover {
	background: #eee;
	-webkit-box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
@media (max-width:768px) {
	.cxxCustom.style3 .item {background-color: transparent;padding-left: 0;padding-right: 0;}
	.cxxCustom.style3 .item:nth-child(2n) .inner {background-color: #FFF;}	
}
.cxxCustom.style3 .content {line-height: 24px;height: 72px;overflow: hidden;font-size: 12px;}
.cxxCustom.style3 .note {font-size: 14px;padding-left: 5px;padding-right: 5px;}
.cxxCustom.style3 h3 {font-size: 24px;}
.cxxCustom.style3 img {margin: 10px auto;}
.cxxCustom.style3 .inner a {
	border:solid 1px #CCC;	
	font-size: 14px;
	padding: 5px 20px;
}
.cxxCustom.style3 a.yellow {color: #1bbde8;}
.cxxCustom.style3 a.green {color: #35af7c;}
.cxxCustom.style3 a.green2 {color: #9bcc00;}
.cxxCustom.style3 a.blue {color: #3f9bc6;}
.cxxCustom.style3 a.magenta {color: #f1635f;}
.cxxCustom.style3 a.purple {color: #d45881;}
.cxxCustom.style3 a.yellow:hover {background-color: #1bbde8;color: #FFF;}
.cxxCustom.style3 a.green:hover {background-color: #35af7c;color: #FFF;}
.cxxCustom.style3 a.green2:hover {background-color: #9bcc00;color: #FFF;}
.cxxCustom.style3 a.blue:hover {background-color: #3f9bc6;color: #FFF;}
.cxxCustom.style3 a.magenta:hover {background-color: #f1635f;color: #FFF;}
.cxxCustom.style3 a.purple:hover {background-color: #d45881;color: #FFF;}

.cxxCustom.style3 .more {margin:20px 0;position: relative;}
.cxxCustom.style3 .more:before {
	position: absolute;
	content: '';
	display: block;
	border-top: solid 1px #CCC;
	top:50%;
	left: 0;
	right: 0;	
	z-index: 9;
}
.cxxCustom.style3 .more a:link , .cxxCustom.style3 .more a:visited {
	border:solid 1px #CCC;
	background-color: #e8e8e8;
	color: #888;
	font-size: 12px;
	padding: 5px 20px;
	position: relative;
	z-index: 10;
}
.cxxCustom.style3 .more a:hover {
	background: #eee;		
}
/*weblink*/
.cxxWeblink li {
	display: inline-block;
	margin:5px;
}
.cxxWeblink a:link , .cxxWeblink a:visited {color: #888;}
.cxxWeblink a:hover {color: #1bbde8;}
/*Parallax*/
.bgfixed {
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
/*style4*/
.cxxCustom.style4 .item {
	border-bottom: solid 1px #eee;
}
.cxxCustom.style4 .w5 { width: 49.5%; display: table-cell; }
.cxxCustom.style4 .intro { vertical-align: middle; }
.cxxCustom.style4 h4 {	
	text-align: center;	
}
.cxxCustom.style4 h4 > span {
	display: inline-block;
	border-bottom: solid 4px #EEE;
	padding-bottom: 5px;
}
.cxxCustom.style4 .even .inner {
	direction: rtl;
	text-align: left;
}
.cxxCustom.style4 .content {
	color: #777;
}
.cxxCustom.style4 .image img {
	display: block;
	margin: 0 auto;
}
.cxxCustom.style4 .readmore {
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.cxxCustom.style4 .readmore:before {
	position: absolute;
	content: '';
	display: block;
	border-top: solid 1px #CCC;
	top:50%;
	left: 0;
	right: 0;	
	z-index: 9;
}
.cxxCustom.style4 .readmore a:link , .cxxCustom.style4 .readmore a:visited {
	border:solid 1px #CCC;
	background-color: #e8e8e8;
	color: #888;
	font-size: 12px;
	padding: 5px 20px;
	position: relative;
	z-index: 10;
}
.cxxCustom.style4 .readmore a:hover {
	background: #eee;		
}
@media (max-width:768px) {
	.cxxCustom.style4 .inner {padding: 5px;}
	.cxxCustom.style4 .w5 {
		width: 100%;
		display: block;
		text-align: center;				
	}
}
